home *** CD-ROM | disk | FTP | other *** search
/ Popular Request / By Popular Request (Arsenal Computer)(SysOptics Distribution System).ISO / amiga1 / alias2.lha / FDEdit.Doc < prev    next >
Text File  |  1993-11-22  |  4KB  |  109 lines

  1.  
  2.                 FFFFFF  DDDD         EEEEE   DDDD   IIIII  TTTTT
  3.                FF      DD  DD       EE      DD  DD   II     TT
  4.               FFFFF   DD  DD  ---  EEEE    DD  DD   II     TT
  5.              FF      DD  DD  ---  EE      DD  DD   II     TT
  6.             FF      DDDDD        EEEEE   DDDDD   IIIII   TT
  7.                              version 1.0
  8.                           Author: Jay Ruyle
  9.  
  10.  
  11. 1) Intro:
  12.     Would you like to have the ability to have a User's Alias listed as
  13. the uploader instead of his Real Name?  If yes, then think of using FDEdit
  14. for your needs.  An easy to install utility that is placed in your 3rd party
  15. directory and called from a simple to add batch file!
  16.  
  17. 2) Installing:
  18.     a) Move FDEdit to DLG: or wherever you place your 3rd Party Utilities
  19.     b) Edit DLGConfig:Batch/Upload1.Batch to call FDEdit. Sample below.
  20.     c) Now anytime a user uploads a file the file will be automatically
  21.         updated.
  22.     d) (optional) Make a config file called DLGConfig:Misc/FDEdit.cfg,
  23.         put only file area numbers and comments that begin with the
  24.         semicolon ';'.
  25.  
  26. 3) Sample Batch 1:
  27.     DLGConfig:Batch/Upload1.Batch
  28. ---
  29. .key username,filename
  30. DLG:FDEdit
  31. ---
  32.  
  33. 4) History:
  34.    0.8   -  Never Released - But 1st working version that changed the name
  35.              to garbage characters.
  36.    0.81  -  Never Released - Fixed Garbage to actually readable characters
  37.              **** Here down were released to the public.  ***
  38.    0.90  -  Fixed problem of FDEdit cuasing memory grabing.  Was using
  39.              memory and then not releasing it.
  40.    0.99  -  Was using an index'd file which was not neccessary at all,
  41.              its use and now looks up the Alias more effeciently without
  42.              a bulky index file.
  43.    0.992 -  Reduced the Passing variable to FDEdit:
  44.              DLG:FDEdit <filename> <port>
  45.    0.995 -  Reduced the Passing variable once more to:
  46.              DLG:FDEdit <port>
  47.             Made FDEdit a little more Multi-Port compatible through the
  48.              use of Enviroment Variables
  49.    0.996 -  Thanks to dlg.library documentation I have finally made
  50.              FDEdit fully Multi-Port Compatible. No need for enviroment
  51.              variables any more.
  52.             Reduced Passing variables for one last time to:
  53.              DLG:FDEdit
  54.    0.997 -  Reduced size of FDEdit, it was making some unnessary calls
  55.              to system libraries which were slowing down its operation
  56.              by a couple of nano seconds.  Main feature is that the file
  57.              a tad smaller.
  58.    0.998 -  Changed the way the program exits.
  59.    0.999*-  Beta Release - In final testing for the configuration file.
  60.              Very few people helped me!
  61.    1.0   -  Final version.  Config File should work.
  62.  
  63. 5) Future:
  64.       NetMail me for any bugs that need to be squashed or enhancements,
  65.       with FDEdit 1.0...
  66.  
  67. 6) Disclaimer:
  68.     I hate writing these, so the super quick version:
  69. I do any way do not accept resposibilty of any damage this utility may
  70. cuase indirectly or directly.  I will correct any problems brought to my
  71. attention and release a fix'd version!
  72.  
  73. 7) Known Bugs:
  74.     NONE....
  75.  
  76. 8) Extra:
  77.     Any suggestions, money, comments, good complaints should be sent to
  78. the following listings:
  79.    Jay Ruyle                  Fido :  1:377/31.0
  80.    2728 Jetton Ave.       or  Amiga: 40:707/10.0
  81.    Tampa, FL  33629-5327
  82.  
  83. Bad complaints should go to:
  84.    Psyciatrics Ward of Tampa
  85.    ATTN: Possible Addressee to be Committed
  86.    1 Crazy Lane
  87.    Tampa, FL  33609-0000
  88.  
  89. 9) Updating from FDEdit 0.995 and lower:
  90.    If you are updating from a previous version, especially from versions
  91. 0.992 to 0.995 you need to edit you listing of Upload back to normal instead
  92. of a Menu Script, if you need help look below:
  93.  
  94.     1) Letter: U
  95.     2) Built in function: File_Upload
  96.     4) Description: Upload
  97.     5) Type: Built in function
  98.  
  99.    The Others you can fiddle with, and as of that batch file that was
  100. there before, delete it, you wont need it anymore, as far as DLGEdit.
  101.  
  102. 10) Other Soon Products
  103.  
  104.    *1) AliasHack 1.3   - Improved to use the dlg.library 
  105.    *2) AliasLink 1.31  - Improved to use the dlg.library & a fix for
  106.                          the non-disapearing waiting mail
  107.  
  108. * - Formerly programed by Eric Buckner, and passed on to me.
  109.